492,843 records

492,843 records

Active filters Clear all

No active filters

Filters

BPS

21196_BehiG Haltekantepunkt

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
HALTEKANTE_FID
               

No description available for this field.

Name (identifier)
haltekante_fid
Type
decimal
Sample
35279983
BPS
               

No description available for this field.

Name (identifier)
bps
Type
text
Sample
Zurich Tiefenbrunnen
BPS_ABK
               

No description available for this field.

Name (identifier)
bps_abk
Type
text
Sample
ZTB
LINIE
               

No description available for this field.

Name (identifier)
linie
Type
decimal
Sample
730
KUNDENGLEISNR
               

No description available for this field.

Name (identifier)
kundengleisnr
Type
text
Sample
3
LEGENDE
               

No description available for this field.

Name (identifier)
legende
Type
text
Sample
18_P 55 / - / - / - / -
KONFORMITAET
               

No description available for this field.

Name (identifier)
konformitaet
Type
text
Sample
P 55 / - / - / - / -
ID_GLEISSTRANG
               

No description available for this field.

Name (identifier)
id_gleisstrang
Type
decimal
Sample
56441
PUNKT_STATIONIERUNG
               

No description available for this field.

Name (identifier)
punkt_stationierung
Type
decimal
Sample
190
RICHTUNG_GS_ZU_HALTEKANTE
               

No description available for this field.

Name (identifier)
richtung_gs_zu_haltekante
Type
decimal
Sample
1
PUNKT_RADIUS
               

No description available for this field.

Name (identifier)
punkt_radius
Type
decimal
Sample
-4000
PUNKT_UH
               

No description available for this field.

Name (identifier)
punkt_uh
Type
decimal
Sample
0
ID_HILFSTRITT
               

No description available for this field.

Name (identifier)
id_hilfstritt
Type
decimal
Sample
12
TEXT_NORMHOEHE
               

No description available for this field.

Name (identifier)
text_normhoehe
Type
text
Sample
                       
N
               

No description available for this field.

Name (identifier)
n
Type
decimal
Sample
1244888
E
               

No description available for this field.

Name (identifier)
e
Type
decimal
Sample
2684916.4
PERRONKANTE_FID
               

No description available for this field.

Name (identifier)
perronkante_fid
Type
decimal
Sample
35330914
PERRONKANTE_LAENGE
               

No description available for this field.

Name (identifier)
perronkante_laenge
Type
decimal
Sample
320.4872
HALTEKANTE_LAENGE
               

No description available for this field.

Name (identifier)
haltekante_laenge
Type
decimal
Sample
317.01
geopos
               

No description available for this field.

Name (identifier)
geopos
Type
geo point
Sample
[47.3493756776559,8.562473208446773]
konf
               

No description available for this field.

Name (identifier)
konf
Type
text
Sample
18

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"21196_behig-haltekantepunkt",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/21196_behig-haltekantepunkt"
      }
    ]
    ,
  • "definitions":
    {
    • "21196_behig-haltekantepunkt":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/21196_behig-haltekantepunkt_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "21196_behig-haltekantepunkt_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "haltekante_fid":
                {
                • "type":"number",
                • "title":"HALTEKANTE_FID",
                • "description":""
                }
                ,
              • "bps":
                {
                • "type":"string",
                • "title":"BPS",
                • "description":""
                }
                ,
              • "bps_abk":
                {
                • "type":"string",
                • "title":"BPS_ABK",
                • "description":""
                }
                ,
              • "linie":
                {
                • "type":"number",
                • "title":"LINIE",
                • "description":""
                }
                ,
              • "kundengleisnr":
                {
                • "type":"string",
                • "title":"KUNDENGLEISNR",
                • "description":""
                }
                ,
              • "legende":
                {
                • "type":"string",
                • "title":"LEGENDE",
                • "description":""
                }
                ,
              • "konformitaet":
                {
                • "type":"string",
                • "title":"KONFORMITAET",
                • "description":""
                }
                ,
              • "id_gleisstrang":
                {
                • "type":"number",
                • "title":"ID_GLEISSTRANG",
                • "description":""
                }
                ,
              • "punkt_stationierung":
                {
                • "type":"number",
                • "title":"PUNKT_STATIONIERUNG",
                • "description":""
                }
                ,
              • "richtung_gs_zu_haltekante":
                {
                • "type":"number",
                • "title":"RICHTUNG_GS_ZU_HALTEKANTE",
                • "description":""
                }
                ,
              • "punkt_radius":
                {
                • "type":"number",
                • "title":"PUNKT_RADIUS",
                • "description":""
                }
                ,
              • "punkt_uh":
                {
                • "type":"number",
                • "title":"PUNKT_UH",
                • "description":""
                }
                ,
              • "id_hilfstritt":
                {
                • "type":"number",
                • "title":"ID_HILFSTRITT",
                • "description":""
                }
                ,
              • "text_normhoehe":
                {
                • "type":"string",
                • "title":"TEXT_NORMHOEHE",
                • "description":""
                }
                ,
              • "n":
                {
                • "type":"number",
                • "title":"N",
                • "description":""
                }
                ,
              • "e":
                {
                • "type":"number",
                • "title":"E",
                • "description":""
                }
                ,
              • "perronkante_fid":
                {
                • "type":"number",
                • "title":"PERRONKANTE_FID",
                • "description":""
                }
                ,
              • "perronkante_laenge":
                {
                • "type":"number",
                • "title":"PERRONKANTE_LAENGE",
                • "description":""
                }
                ,
              • "haltekante_laenge":
                {
                • "type":"number",
                • "title":"HALTEKANTE_LAENGE",
                • "description":""
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopos",
                • "description":""
                }
                ,
              • "konf":
                {
                • "type":"string",
                • "title":"konf",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets